home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / MMenu.dxr / 00145.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  231 b   |  16 lines

  1. on exitFrame
  2.   MainMenuWorkings()
  3.   IDAnimation()
  4.   BEAnimation()
  5.   TMAnimation()
  6.   THAnimation()
  7.   GMAnimation()
  8.   quitSound()
  9.   superrandomgenerator()
  10.   if the timer > 45 then
  11.     go("main")
  12.   else
  13.     go(the frame)
  14.   end if
  15. end
  16.